lcCoordWndToDrw Home

Converts window coordinates into a drawing coordinates.

 BOOL lcCoordWndToDrw (
   HANDLE hLcWnd,
   int Xwin,
   int Ywin,
   double* pXdrw,
   double* pYdrw
 );

Parameters
hLcWnd
  Handle to LiteCAD graphics window.
Xwin Ywin
  Window coordinates.
pXdrw pYdrw
  Pointers to variables that will receive drawing's coordinates.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcCoordDrwToWnd